home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / screensaver.dat / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Encoding:
Text File  |  2002-06-04  |  2.0 KB  |  92 lines

  1. object MainForm: TMainForm
  2.   Left = 374
  3.   Top = 214
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   WindowState = wsMaximized
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnHide = FormHide
  22.   OnKeyDown = FormKeyDown
  23.   OnKeyPress = FormKeyPress
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 16
  27.   object pic: TImageEn
  28.     Left = 0
  29.     Top = 0
  30.     Width = 427
  31.     Height = 273
  32.     Background = clBlack
  33.     ParentCtl3D = False
  34.     BorderStyle = bsNone
  35.     Center = True
  36.     AutoFit = True
  37.     Align = alClient
  38.     TabOrder = 0
  39.     OnMouseDown = picMouseDown
  40.     OnMouseUp = picMouseUp
  41.     PreviewFont.Charset = DEFAULT_CHARSET
  42.     PreviewFont.Color = clWindowText
  43.     PreviewFont.Height = -11
  44.     PreviewFont.Name = 'MS Sans Serif'
  45.     PreviewFont.Style = []
  46.     object Label1: TLabel
  47.       Left = 16
  48.       Top = 8
  49.       Width = 36
  50.       Height = 16
  51.       Caption = 'name'
  52.       Color = clBlack
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clWhite
  55.       Font.Height = -13
  56.       Font.Name = 'System'
  57.       Font.Style = [fsBold]
  58.       ParentColor = False
  59.       ParentFont = False
  60.       Visible = False
  61.     end
  62.     object Label2: TLabel
  63.       Left = 16
  64.       Top = 32
  65.       Width = 59
  66.       Height = 16
  67.       Caption = 'comment'
  68.       Color = clBlack
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clWhite
  71.       Font.Height = -13
  72.       Font.Name = 'System'
  73.       Font.Style = [fsBold]
  74.       ParentColor = False
  75.       ParentFont = False
  76.       Visible = False
  77.     end
  78.   end
  79.   object UpdateScreen: TTimer
  80.     Enabled = False
  81.     Interval = 10000
  82.     OnTimer = UpdateScreenTimer
  83.   end
  84.   object showlabel: TTimer
  85.     Enabled = False
  86.     Interval = 100
  87.     OnTimer = showlabelTimer
  88.     Left = 8
  89.     Top = 72
  90.   end
  91. end
  92.